Dokumentaro de Gambaso
Compilation & Installation
Components
gb
Array
Error
gb.crypt
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

Short[].Write (gb)

Sub Write ( Stream As Stream [ , Start As Integer, Length As Integer ] )

Write array contents to a stream.

  • Start specifies the location of the first element to be written. By default, data are written from the first element of the array.

  • Length is the number of elements that will be written to the file. By default, data are written until the end of the array is reached.